diff options
| author | zephex-alt <[email protected]> | 2024-04-29 07:11:35 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-04-29 07:11:35 +0000 |
| commit | 7e33153f834b4712172f8e06e90ec4eda3cca028 (patch) | |
| tree | a9316148e84bf9ab3b5cc0af2c162dd1fbdc539b /src/app/anime/[id]/info.module.css | |
| parent | downloading mangas is not longer available. i need a proper hosting to proper... (diff) | |
| download | dramalama-7e33153f834b4712172f8e06e90ec4eda3cca028.tar.xz dramalama-7e33153f834b4712172f8e06e90ec4eda3cca028.zip | |
adjusted the images' width and height
Diffstat (limited to 'src/app/anime/[id]/info.module.css')
| -rw-r--r-- | src/app/anime/[id]/info.module.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/anime/[id]/info.module.css b/src/app/anime/[id]/info.module.css index ca6018a..56be3ad 100644 --- a/src/app/anime/[id]/info.module.css +++ b/src/app/anime/[id]/info.module.css @@ -110,7 +110,6 @@ border-radius: 5px;
color: var(--neon-green);
background-color: #303030;
- cursor: pointer;
font-family: "Atkinson Hyperlegible", serif;
}
@@ -153,6 +152,7 @@ .video {
width: 60vw;
+ font-family: "Lexend Deca", serif;
}
.VideoPlayer {
|